testing comment
HIGHLIGHTS
Hyundai announces price cuts post GSTDetails of price reduction per car are yet to be released
The new-gen Hyundai Verna will be launched next month
overflow-x:scroll;overflow-x:scroll;overflow-x:scroll;overflow-x:scroll;overflow-x:scroll;overflow-x:scroll;overflow-x:scroll;overflow-x:scroll;
Highlight's
[alert title="C Programming Update" icon="info-circle"] This alert needs your attention [/alert] [review]
[item review-value="8"]Hardware[/item]
[item review-value="7"]Gameplay[/item]
[item review-value="6"]Graphics[/item]
[item review-value="9"]Sound[/item]
[content title="Summary" label="Overall Score"]My fellow Earthicans, as I have explained in my book Earth in the Balance, and the much more popular Harry Potter and the Balance of Earth, we need to defend our planet against pollution. Also dark wizards but I know you in the future back in our hands.[/content]
[/review] CODE BOX IS HERE img here
vhgfhhgfgfdfg hggfd gfhg
- C Programming Variables.
- Rules for naming C variables.
- C Constants.
- Rules for declaring C Constant.
Type name ( data type ) variable_name;//this is how you declare variables
[accordion] [item title="C Programming"]
At this time our sleeping quarters were occupied by three or four females and a couple of the recently hatched young, beside Sola and her youthful ward, myself, and Woola the hound. After they had retired for the night it was customary for the adults to carry on a desultory conversation for a short time before lapsing into sleep, and now that I could understand their language I was always a keen listener, although I never proffered any remarks myself. [/item] [item title="C Plus Plus"]At this time our sleeping quarters were occupied by three or four females and a couple of the recently hatched young, beside Sola and her youthful ward, myself, and Woola the hound. After they had retired for the night it was customary for the adults to carry on a desultory conversation for a short time before lapsing into sleep, and now that I could understand their language I was always a keen listener, although I never proffered any remarks myself. [/item] [item title="java programming"]At this time our sleeping quarters were occupied by three or four females and a couple of the recently hatched young, beside Sola and her youthful ward, myself, and Woola the hound. After they had retired for the night it was customary for the adults to carry on a desultory conversation for a short time before lapsing into sleep, and now that I could understand their language I was always a keen listener, although I never proffered any remarks myself. [/item] [item title="web development"]At this time our sleeping quarters were occupied by three or four females and a couple of the recently hatched young, beside Sola and her youthful ward, myself, and Woola the hound. After they had retired for the night it was customary for the adults to carry on a desultory conversation for a short time before lapsing into sleep, and now that I could understand their language I was always a keen listener, although I never proffered any remarks myself. [/item] [/accordion]
At this time our sleeping quarters were occupied by three or four females and a couple of the recently hatched young, beside Sola and her youthful ward, myself, and Woola the hound. After they had retired for the night it was customary for the adults to carry on a desultory conversation for a short time before lapsing into sleep, and now that I could understand their language I was always a keen listener, although I never proffered any remarks myself. [/item] [item title="C Plus Plus"]At this time our sleeping quarters were occupied by three or four females and a couple of the recently hatched young, beside Sola and her youthful ward, myself, and Woola the hound. After they had retired for the night it was customary for the adults to carry on a desultory conversation for a short time before lapsing into sleep, and now that I could understand their language I was always a keen listener, although I never proffered any remarks myself. [/item] [item title="java programming"]At this time our sleeping quarters were occupied by three or four females and a couple of the recently hatched young, beside Sola and her youthful ward, myself, and Woola the hound. After they had retired for the night it was customary for the adults to carry on a desultory conversation for a short time before lapsing into sleep, and now that I could understand their language I was always a keen listener, although I never proffered any remarks myself. [/item] [item title="web development"]At this time our sleeping quarters were occupied by three or four females and a couple of the recently hatched young, beside Sola and her youthful ward, myself, and Woola the hound. After they had retired for the night it was customary for the adults to carry on a desultory conversation for a short time before lapsing into sleep, and now that I could understand their language I was always a keen listener, although I never proffered any remarks myself. [/item] [/accordion]
[alert title="C Programming Update" icon="info-circle"] This alert needs your attention [/alert] [review]
[item review-value="8"]Hardware[/item]
[item review-value="7"]Gameplay[/item]
[item review-value="6"]Graphics[/item]
[item review-value="9"]Sound[/item]
[content title="Summary" label="Overall Score"]My fellow Earthicans, as I have explained in my book Earth in the Balance, and the much more popular Harry Potter and the Balance of Earth, we need to defend our planet against pollution. Also dark wizards but I know you in the future back in our hands.[/content]
[/review] CODE BOX IS HERE img here
* C program to create a linked list and display the elements in the list */
#include <stdio.h>
#include <malloc.h>
#include <stdlib.h>
void main()
{
struct node
{
int num;
struct node *ptr;
};
typedef struct node NODE;
NODE *head, *first, *temp = 0;
int count = 0;
int choice = 1;
first = 0;
while (choice)
{
head = (NODE *)malloc(sizeof(NODE));
printf("Enter the data item\n");
scanf("%d", &head-> num);
if (first != 0)
{
temp->ptr = head;
temp = head;
}
else
{
first = temp = head;
}
fflush(stdin);
printf("Do you want to continue(Type 0 or 1)?\n");
scanf("%d", &choice);
}
temp->ptr = 0;
/* reset temp to the beginning */
temp = first;
printf("\n status of the linked list is\n");
while (temp != 0)
{
printf("%d=>", temp->num);
count++;
temp = temp -> ptr;
}
printf("NULL\n");
printf("No. of nodes in the list = %d\n", count);
}
vhgfhhgfgfdfg hggfd gfhg
int x , y , z ;
float p, q ;
char r, s ;
float p, q ;
char r, s ;
- Coffee
- Tea
- Milk
- Coffee
- Tea
- Milk